home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 240 (DVD) / Issue 240 - February 2008 - DPCS0208DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / Style_Template_English / selectorsView / css / ui.css
Encoding:
Cascading Style Sheet File  |  2007-04-11  |  1.5 KB  |  82 lines

  1. html {
  2.   margin: 0px;
  3.   padding: 0px;
  4.   height:100%;
  5. }
  6.  
  7. body {
  8.   width:90%;
  9.   margin: 10px;
  10.   padding: 0px;
  11. }
  12.  
  13. html.nof_selectorsFm, body.nof_selectorsFm {
  14.   margin: 0px;
  15.   padding: 0px;
  16.   height:100%;
  17. }
  18.  
  19. .nof_ui {
  20.   margin-top: 30px;
  21.   margin-bottom: 10px;
  22.   background-color: white;
  23. }
  24.  
  25. .nof_ui span.nof_ui_heading {
  26.   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  27.   font-size: 12px;
  28.   font-weight: bold;
  29.   margin: 0px;
  30.   padding: 0px;
  31.   padding-top: 5px;
  32.   font-style: normal;
  33.   text-align:left;
  34.   text-decoration: none;
  35.   text-indent:0px;
  36.   border: 0px;
  37.   border-bottom: 2px solid Highlight;
  38.   vertical-align:middle;
  39.   display:block;
  40.   line-height:normal;
  41.   color: WindowText;
  42. }
  43.  
  44. .nof_ui_linksList {
  45.   margin: 0px !imporant;
  46.   padding: 0px !imporant;
  47.   list-style-type:none !imporant;
  48.   font-size: medium !imporant;
  49.   color: black !imporant;;
  50.   text-decoration: none !imporant;
  51.   font-weight: normal !imporant;
  52. }
  53.  
  54. .nof_ui_linksList dt {
  55.   padding: 5px 0px;
  56.   list-style-type:none;
  57.   font-size: medium !imporant;
  58.   color: black !imporant;;
  59.   text-decoration: none !imporant;
  60.   font-weight: normal !imporant;
  61. }
  62.  
  63. #selection {
  64.   display: none;
  65.   position: absolute;
  66.   width: 100px;
  67.   height: 100px;
  68.   top: 0px;
  69.   left: 0px;
  70.   border: 2px solid Highlight;
  71.   margin-top: -2px;
  72.   margin-left: -2px;
  73. }
  74.  
  75. .nof_ui_container {
  76.   cursor: pointer;
  77. }
  78.  
  79. select#selectors {
  80.   width: 100%;
  81.   height: 100%;
  82. }